home *** CD-ROM | disk | FTP | other *** search
/ NT Sources / Infomagic - NT Source Volume 1 (Disc 1 of 2).iso / graphics / bbdemo.exe / _SETUP.1 / ADDEDIMG.dll / RCDATA / TADDEDITFORM / TADDEDITFORM.txt < prev   
Text File  |  1998-01-29  |  17KB  |  694 lines

  1. object AddEditForm: TAddEditForm
  2.   Left = 33
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add/Update Image(s)'
  6.   ClientHeight = 330
  7.   ClientWidth = 742
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 6
  23.     Top = 3
  24.     Width = 731
  25.     Height = 323
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 4
  33.     Visible = False
  34.     object StopButn: TButton
  35.       Left = 320
  36.       Top = 271
  37.       Width = 75
  38.       Height = 25
  39.       Caption = 'Stop'
  40.       TabOrder = 0
  41.       OnClick = StopButnClick
  42.     end
  43.   end
  44.   object group1: TGroupBox
  45.     Left = 14
  46.     Top = 7
  47.     Width = 711
  48.     Height = 221
  49.     Caption = '&1. Image Files'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -12
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     TabOrder = 0
  57.     object Label4: TLabel
  58.       Left = 502
  59.       Top = 83
  60.       Width = 26
  61.       Height = 13
  62.       Caption = 'Order'
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clBlack
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = []
  68.       ParentFont = False
  69.     end
  70.     object Label1: TLabel
  71.       Left = 526
  72.       Top = 197
  73.       Width = 73
  74.       Height = 13
  75.       Caption = 'File Size (bytes)'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clBlack
  78.       Font.Height = -12
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.     end
  83.     object DBText1: TDBText
  84.       Left = 603
  85.       Top = 197
  86.       Width = 103
  87.       Height = 14
  88.       DataField = 'File Size'
  89.       DataSource = wwDataSource2
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clBlack
  92.       Font.Height = -12
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       ParentFont = False
  96.     end
  97.     object Label3: TLabel
  98.       Left = 169
  99.       Top = 187
  100.       Width = 120
  101.       Height = 13
  102.       Caption = 'Drag and Drop supported'
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clBlack
  105.       Font.Height = -12
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = []
  108.       ParentFont = False
  109.     end
  110.     object GroupBox1: TGroupBox
  111.       Left = 535
  112.       Top = 22
  113.       Width = 160
  114.       Height = 170
  115.       Caption = 'Previe&w'
  116.       TabOrder = 11
  117.       object AutoPreviewCheck: TCheckBox
  118.         Left = 20
  119.         Top = 14
  120.         Width = 114
  121.         Height = 17
  122.         Caption = 'Auto Create'
  123.         State = cbChecked
  124.         TabOrder = 0
  125.         OnClick = AutoPreviewCheckClick
  126.       end
  127.     end
  128.     object Button6: TButton
  129.       Left = 19
  130.       Top = 24
  131.       Width = 97
  132.       Height = 24
  133.       Hint = 'Load Files into Batch Storage'
  134.       Caption = '&Select'
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clBlack
  137.       Font.Height = -12
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Style = []
  140.       ParentFont = False
  141.       ParentShowHint = False
  142.       ShowHint = True
  143.       TabOrder = 0
  144.       OnClick = Button6Click
  145.     end
  146.     object RemoveButn: TButton
  147.       Left = 245
  148.       Top = 24
  149.       Width = 95
  150.       Height = 24
  151.       Hint = 'Remove from Batch Selection'
  152.       Caption = '&Remove'
  153.       Font.Charset = DEFAULT_CHARSET
  154.       Font.Color = clBlack
  155.       Font.Height = -12
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = []
  158.       ParentFont = False
  159.       ParentShowHint = False
  160.       ShowHint = True
  161.       TabOrder = 1
  162.       OnClick = RemoveButnClick
  163.     end
  164.     object Button7: TButton
  165.       Left = 359
  166.       Top = 24
  167.       Width = 97
  168.       Height = 24
  169.       Caption = 'Remo&ve All'
  170.       Font.Charset = DEFAULT_CHARSET
  171.       Font.Color = clBlack
  172.       Font.Height = -12
  173.       Font.Name = 'MS Sans Serif'
  174.       Font.Style = []
  175.       ParentFont = False
  176.       TabOrder = 2
  177.       OnClick = Button7Click
  178.     end
  179.     object UpButn: TButton
  180.       Left = 502
  181.       Top = 104
  182.       Width = 25
  183.       Height = 20
  184.       Hint = 'Move Up'
  185.       Caption = '∩┐╜'
  186.       Font.Charset = DEFAULT_CHARSET
  187.       Font.Color = clBlack
  188.       Font.Height = -16
  189.       Font.Name = 'Wingdings'
  190.       Font.Style = []
  191.       ParentFont = False
  192.       ParentShowHint = False
  193.       ShowHint = True
  194.       TabOrder = 4
  195.       OnClick = UpButnClick
  196.     end
  197.     object DownButn: TButton
  198.       Left = 502
  199.       Top = 132
  200.       Width = 25
  201.       Height = 20
  202.       Hint = 'Move Down'
  203.       Caption = '∩┐╜'
  204.       Font.Charset = DEFAULT_CHARSET
  205.       Font.Color = clBlack
  206.       Font.Height = -16
  207.       Font.Name = 'Wingdings'
  208.       Font.Style = []
  209.       ParentFont = False
  210.       ParentShowHint = False
  211.       ShowHint = True
  212.       TabOrder = 5
  213.       OnClick = DownButnClick
  214.     end
  215.     object FileGrid: TwwDBGrid
  216.       Left = 12
  217.       Top = 58
  218.       Width = 485
  219.       Height = 123
  220.       Hint = 'Drag and Drop from Explorer'
  221.       Selected.Strings = (
  222.         'Image Number'#9'4'#9'No'
  223.         'By Reference'#9'13'#9'By Reference'
  224.         'Image Location'#9'45'#9'Image Location'
  225.         'Substitute Image'#9'10'#9'Substitute')
  226.       TitleColor = clBtnFace
  227.       FixedCols = 0
  228.       ShowHorzScrollBar = True
  229.       EditControlOptions = [ecoCheckboxSingleClick, ecoSearchOwnerForm]
  230.       Color = clBtnFace
  231.       DataSource = wwDataSource2
  232.       Font.Charset = DEFAULT_CHARSET
  233.       Font.Color = clBlack
  234.       Font.Height = -11
  235.       Font.Name = 'MS Sans Serif'
  236.       Font.Style = []
  237.       Options = [dgEditing, dgTitles, dgIndicator, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  238.       ParentFont = False
  239.       ParentShowHint = False
  240.       ShowHint = True
  241.       TabOrder = 3
  242.       TitleAlignment = taLeftJustify
  243.       TitleFont.Charset = DEFAULT_CHARSET
  244.       TitleFont.Color = clBlack
  245.       TitleFont.Height = -11
  246.       TitleFont.Name = 'MS Sans Serif'
  247.       TitleFont.Style = [fsBold]
  248.       TitleLines = 1
  249.       TitleButtons = False
  250.       IndicatorColor = icBlack
  251.     end
  252.     object Button1: TButton
  253.       Left = 129
  254.       Top = 24
  255.       Width = 97
  256.       Height = 24
  257.       Hint = 'Drag and Drop is supported'
  258.       Caption = 'Launch &Explorer'
  259.       Font.Charset = DEFAULT_CHARSET
  260.       Font.Color = clBlack
  261.       Font.Height = -12
  262.       Font.Name = 'MS Sans Serif'
  263.       Font.Style = []
  264.       ParentFont = False
  265.       ParentShowHint = False
  266.       ShowHint = True
  267.       TabOrder = 6
  268.       OnClick = Button1Click
  269.     end
  270.     object AllRefsButn: TButton
  271.       Left = 56
  272.       Top = 186
  273.       Width = 35
  274.       Height = 19
  275.       Hint = 'All File by Reference'
  276.       Caption = 'All'
  277.       Font.Charset = DEFAULT_CHARSET
  278.       Font.Color = clBlack
  279.       Font.Height = -12
  280.       Font.Name = 'MS Sans Serif'
  281.       Font.Style = []
  282.       ParentFont = False
  283.       ParentShowHint = False
  284.       ShowHint = True
  285.       TabOrder = 7
  286.       OnClick = AllRefsButnClick
  287.     end
  288.     object NoRefsButn: TButton
  289.       Left = 91
  290.       Top = 186
  291.       Width = 35
  292.       Height = 19
  293.       Hint = 'No File by References'
  294.       Caption = 'None'
  295.       Font.Charset = DEFAULT_CHARSET
  296.       Font.Color = clBlack
  297.       Font.Height = -12
  298.       Font.Name = 'MS Sans Serif'
  299.       Font.Style = []
  300.       ParentFont = False
  301.       ParentShowHint = False
  302.       ShowHint = True
  303.       TabOrder = 8
  304.       OnClick = NoRefsButnClick
  305.     end
  306.     object AllSubsButn: TButton
  307.       Left = 407
  308.       Top = 186
  309.       Width = 35
  310.       Height = 19
  311.       Hint = 'All Substitutes'
  312.       Caption = 'All'
  313.       Font.Charset = DEFAULT_CHARSET
  314.       Font.Color = clBlack
  315.       Font.Height = -12
  316.       Font.Name = 'MS Sans Serif'
  317.       Font.Style = []
  318.       ParentFont = False
  319.       ParentShowHint = False
  320.       ShowHint = True
  321.       TabOrder = 9
  322.       OnClick = AllSubsButnClick
  323.     end
  324.     object NoSubsButn: TButton
  325.       Left = 442
  326.       Top = 186
  327.       Width = 35
  328.       Height = 19
  329.       Hint = 'None Substitutes'
  330.       Caption = 'None'
  331.       Font.Charset = DEFAULT_CHARSET
  332.       Font.Color = clBlack
  333.       Font.Height = -12
  334.       Font.Name = 'MS Sans Serif'
  335.       Font.Style = []
  336.       ParentFont = False
  337.       ParentShowHint = False
  338.       ShowHint = True
  339.       TabOrder = 10
  340.       OnClick = NoSubsButnClick
  341.     end
  342.   end
  343.   object Image: TGroupBox
  344.     Left = 14
  345.     Top = 234
  346.     Width = 460
  347.     Height = 79
  348.     Caption = '&2. Destination'
  349.     Font.Charset = DEFAULT_CHARSET
  350.     Font.Color = clBlack
  351.     Font.Height = -12
  352.     Font.Name = 'MS Sans Serif'
  353.     Font.Style = [fsBold]
  354.     ParentFont = False
  355.     TabOrder = 1
  356.     object Label2: TLabel
  357.       Left = 52
  358.       Top = 30
  359.       Width = 29
  360.       Height = 13
  361.       Caption = '&Album'
  362.       Font.Charset = DEFAULT_CHARSET
  363.       Font.Color = clBlack
  364.       Font.Height = -11
  365.       Font.Name = 'MS Sans Serif'
  366.       Font.Style = []
  367.       ParentFont = False
  368.     end
  369.     object wwDBLookupComboDlg1: TwwDBLookupComboDlg
  370.       Left = 111
  371.       Top = 26
  372.       Width = 240
  373.       Height = 21
  374.       GridOptions = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
  375.       GridColor = clWhite
  376.       GridTitleAlignment = taLeftJustify
  377.       Caption = 'Lookup'
  378.       MaxWidth = 0
  379.       MaxHeight = 209
  380.       Selected.Strings = (
  381.         'Album'#9'30'#9'Album')
  382.       DataField = 'Album ID'
  383.       DataSource = DataSource2
  384.       LookupTable = AlbumTable
  385.       LookupField = 'Album ID'
  386.       SeqSearchOptions = [ssoEnabled, ssoCaseSensitive]
  387.       TabOrder = 0
  388.       AutoDropDown = False
  389.       ShowButton = True
  390.       AllowClearKey = False
  391.     end
  392.     object CheckBox1: TCheckBox
  393.       Left = 111
  394.       Top = 57
  395.       Width = 184
  396.       Height = 16
  397.       Hint = 'File Reference Only'
  398.       Caption = 'Suppress Thumbnail creation'
  399.       ParentShowHint = False
  400.       ShowHint = True
  401.       TabOrder = 1
  402.     end
  403.   end
  404.   object OKButn: TButton
  405.     Left = 521
  406.     Top = 271
  407.     Width = 75
  408.     Height = 25
  409.     Caption = '&OK'
  410.     ModalResult = 1
  411.     TabOrder = 2
  412.     OnClick = OKBtnClick
  413.   end
  414.   object CancelButn: TButton
  415.     Left = 606
  416.     Top = 271
  417.     Width = 75
  418.     Height = 25
  419.     Caption = '&Cancel'
  420.     ModalResult = 2
  421.     TabOrder = 3
  422.   end
  423.   object Panel2: TPanel
  424.     Left = 567
  425.     Top = 62
  426.     Width = 126
  427.     Height = 126
  428.     BevelOuter = bvLowered
  429.     Caption = 'Panel2'
  430.     TabOrder = 5
  431.     object DBImage1: TDBImage
  432.       Left = 1
  433.       Top = 1
  434.       Width = 124
  435.       Height = 124
  436.       BorderStyle = bsNone
  437.       DataField = 'Thumbnail'
  438.       DataSource = wwDataSource2
  439.       ParentColor = True
  440.       TabOrder = 0
  441.       OnDblClick = FileGridDblClick
  442.     end
  443.   end
  444.   object DataSource2: TwwDataSource
  445.     DataSet = FotoTable
  446.     Left = 106
  447.     Top = 112
  448.   end
  449.   object FotoTable: TwwTable
  450.     DatabaseName = 'BOWERBIRD'
  451.     IndexFieldNames = 'Album ID'
  452.     TableName = 'FOTOINFO.DB'
  453.     SyncSQLByRange = True
  454.     NarrowSearch = False
  455.     ValidateWithMask = True
  456.     Left = 78
  457.     Top = 112
  458.     object FotoTableAlbumID: TStringField
  459.       FieldName = 'Album ID'
  460.       Size = 8
  461.     end
  462.     object FotoTablePictureNumber: TIntegerField
  463.       FieldName = 'Picture Number'
  464.     end
  465.     object FotoTablePosition: TIntegerField
  466.       FieldName = 'Position'
  467.     end
  468.     object FotoTableDateTaken: TDateField
  469.       FieldName = 'Date Taken'
  470.     end
  471.     object FotoTableApproximateDateTaken: TBooleanField
  472.       FieldName = 'Approximate Date Taken'
  473.     end
  474.     object FotoTableDateEntered: TDateField
  475.       FieldName = 'Date Entered'
  476.     end
  477.     object FotoTableCaption: TStringField
  478.       FieldName = 'Caption'
  479.       Size = 60
  480.     end
  481.     object FotoTableComments: TMemoField
  482.       FieldName = 'Comments'
  483.       BlobType = ftMemo
  484.       Size = 20
  485.     end
  486.     object FotoTableSubstituteImage: TBooleanField
  487.       FieldName = 'Substitute Image'
  488.     end
  489.     object FotoTableNoImage: TBooleanField
  490.       FieldName = 'No Image'
  491.     end
  492.     object FotoTableActualFileName: TStringField
  493.       FieldName = 'Actual File Name'
  494.       Size = 200
  495.     end
  496.     object FotoTableImageReference: TBooleanField
  497.       FieldName = 'Image Reference'
  498.     end
  499.     object FotoTableReferenceVolumeLabel: TStringField
  500.       FieldName = 'Reference Volume Label'
  501.       Size = 11
  502.     end
  503.     object FotoTableImageType: TStringField
  504.       FieldName = 'Image Type'
  505.       Size = 4
  506.     end
  507.     object FotoTableImageWidth: TIntegerField
  508.       FieldName = 'Image Width'
  509.     end
  510.     object FotoTableImageHeight: TIntegerField
  511.       FieldName = 'Image Height'
  512.     end
  513.     object FotoTableImageBitsperpixel: TIntegerField
  514.       FieldName = 'Image Bits per pixel'
  515.     end
  516.     object FotoTableImagePlanes: TIntegerField
  517.       FieldName = 'Image Planes'
  518.     end
  519.     object FotoTableImageColours: TIntegerField
  520.       FieldName = 'Image Colours'
  521.     end
  522.     object FotoTableImagePages: TIntegerField
  523.       FieldName = 'Image Pages'
  524.     end
  525.     object FotoTableImageCompression: TStringField
  526.       FieldName = 'Image Compression'
  527.     end
  528.     object FotoTableImageSize: TIntegerField
  529.       FieldName = 'Image Size'
  530.     end
  531.     object FotoTableCopyrightRestricted: TBooleanField
  532.       FieldName = 'Copyright Restricted'
  533.     end
  534.     object FotoTableCopyrightInformation: TStringField
  535.       FieldName = 'Copyright Information'
  536.       Size = 50
  537.     end
  538.     object FotoTableThumbnail: TGraphicField
  539.       FieldName = 'Thumbnail'
  540.       BlobType = ftGraphic
  541.       Size = 1
  542.     end
  543.   end
  544.   object SlidTable: TwwTable
  545.     TableName = 'h:\nemo\AAAAAAAA.DB'
  546.     SyncSQLByRange = True
  547.     NarrowSearch = False
  548.     ValidateWithMask = True
  549.     Left = 134
  550.     Top = 112
  551.     object SlidTablePictureNumber: TIntegerField
  552.       FieldName = 'Picture Number'
  553.     end
  554.     object SlidTablePictureType: TStringField
  555.       FieldName = 'Picture Type'
  556.       Size = 6
  557.     end
  558.     object SlidTablePicture: TBlobField
  559.       FieldName = 'Picture'
  560.       BlobType = ftBlob
  561.       Size = 1
  562.     end
  563.   end
  564.   object DataSource4: TwwDataSource
  565.     DataSet = SlidTable
  566.     Left = 162
  567.     Top = 112
  568.   end
  569.   object AlbumTable: TwwTable
  570.     DatabaseName = 'BOWERBIRD'
  571.     TableName = 'LKALBUM.DB'
  572.     SyncSQLByRange = True
  573.     NarrowSearch = False
  574.     ValidateWithMask = True
  575.     Left = 78
  576.     Top = 140
  577.     object AlbumTableAlbumID: TStringField
  578.       FieldName = 'Album ID'
  579.       Size = 8
  580.     end
  581.     object AlbumTableAlbum: TStringField
  582.       FieldName = 'Album'
  583.       Size = 30
  584.     end
  585.     object AlbumTableLocation: TStringField
  586.       FieldName = 'Location'
  587.       Size = 255
  588.     end
  589.     object AlbumTableTableName: TStringField
  590.       FieldName = 'Table Name'
  591.       Size = 8
  592.     end
  593.     object AlbumTableTableCreated: TBooleanField
  594.       FieldName = 'Table Created'
  595.     end
  596.     object AlbumTableVolumeLabel: TStringField
  597.       FieldName = 'Volume Label'
  598.       Size = 11
  599.     end
  600.     object AlbumTableComments: TMemoField
  601.       FieldName = 'Comments'
  602.       BlobType = ftMemo
  603.       Size = 10
  604.     end
  605.   end
  606.   object wwDataSource1: TwwDataSource
  607.     DataSet = AlbumTable
  608.     Left = 106
  609.     Top = 140
  610.   end
  611.   object StorageTable: TwwTable
  612.     TableName = 'c:\temp\STORAGE.DB'
  613.     ControlType.Strings = (
  614.       'Delete File;CheckBox;True;False'
  615.       'By Reference;CheckBox;True;False'
  616.       'Substitute Image;CheckBox;True;False')
  617.     SyncSQLByRange = True
  618.     NarrowSearch = False
  619.     ValidateWithMask = True
  620.     Left = 78
  621.     Top = 83
  622.     object StorageTableImageNumber: TIntegerField
  623.       DisplayLabel = 'No'
  624.       DisplayWidth = 4
  625.       FieldName = 'Image Number'
  626.     end
  627.     object StorageTableByReference: TBooleanField
  628.       DisplayWidth = 13
  629.       FieldName = 'By Reference'
  630.     end
  631.     object StorageTableImageLocation: TStringField
  632.       DisplayWidth = 45
  633.       FieldName = 'Image Location'
  634.       Size = 255
  635.     end
  636.     object StorageTableSubstituteImage: TBooleanField
  637.       DisplayLabel = 'Substitute'
  638.       DisplayWidth = 10
  639.       FieldName = 'Substitute Image'
  640.     end
  641.     object StorageTableFileSize: TIntegerField
  642.       FieldName = 'File Size'
  643.       Visible = False
  644.     end
  645.     object StorageTableDeleteFile: TStringField
  646.       FieldName = 'Delete File'
  647.       Visible = False
  648.       Size = 1
  649.     end
  650.     object StorageTableError: TStringField
  651.       FieldName = 'Error'
  652.       Visible = False
  653.       Size = 100
  654.     end
  655.     object StorageTableThumbnail: TGraphicField
  656.       FieldName = 'Thumbnail'
  657.       Visible = False
  658.       BlobType = ftGraphic
  659.       Size = 1
  660.     end
  661.   end
  662.   object wwDataSource2: TwwDataSource
  663.     DataSet = StorageTable
  664.     Left = 106
  665.     Top = 83
  666.   end
  667.   object OpenDialog1: TOpenDialog
  668.     Options = [ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
  669.     Left = 134
  670.     Top = 140
  671.   end
  672.   object VolTable: TwwTable
  673.     DatabaseName = 'BOWERBIRD'
  674.     TableName = 'VolLabel.db'
  675.     SyncSQLByRange = True
  676.     NarrowSearch = False
  677.     ValidateWithMask = True
  678.     Left = 192
  679.     Top = 141
  680.     object VolTableVolumeLabel: TStringField
  681.       FieldName = 'Volume Label'
  682.       Size = 11
  683.     end
  684.     object VolTableMediaDescription: TStringField
  685.       FieldName = 'Media Description'
  686.       Size = 30
  687.     end
  688.     object VolTableDrive: TStringField
  689.       FieldName = 'Drive'
  690.       Size = 1
  691.     end
  692.   end
  693. end
  694.